ENH: Wrap cast image filter for VectorImage#2073
Merged
thewtex merged 2 commits intoInsightSoftwareConsortium:masterfrom Nov 2, 2020
Leengit:wrap_CastImageFilter
Merged
ENH: Wrap cast image filter for VectorImage#2073thewtex merged 2 commits intoInsightSoftwareConsortium:masterfrom Leengit:wrap_CastImageFilter
thewtex merged 2 commits intoInsightSoftwareConsortium:masterfrom
Leengit:wrap_CastImageFilter
Conversation
dzenanz
reviewed
Oct 27, 2020
Member
|
MacOS CI complains about: |
dzenanz
approved these changes
Oct 27, 2020
Also, wrap SLICImageFilter for vector pixels
Contributor
Author
|
This pull request addresses issue #1133. I am running the following code and will mark this as a non-draft pull request if all is successful. cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DBUILD_TESTING:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=~/git/ITK-install -DITK_WRAP_PYTHON:BOOL=ON \
-DITK_WRAP_complex_double:BOOL=ON -DITK_WRAP_complex_float:BOOL=ON \
-DITK_WRAP_covariant_vector_double:BOOL=ON -DITK_WRAP_covariant_vector_float:BOOL=ON \
-DITK_WRAP_double:BOOL=ON -DITK_WRAP_float:BOOL=ON \
-DITK_WRAP_rgba_unsigned_char:BOOL=ON -DITK_WRAP_rgba_unsigned_short:BOOL=ON \
-DITK_WRAP_rgb_unsigned_char:BOOL=ON -DITK_WRAP_rgb_unsigned_short:BOOL=ON \
-DITK_WRAP_signed_char:BOOL=ON -DITK_WRAP_signed_long_long:BOOL=ON \
-DITK_WRAP_signed_short:BOOL=ON -DITK_WRAP_unsigned_char:BOOL=ON \
-DITK_WRAP_unsigned_long_long:BOOL=ON -DITK_WRAP_unsigned_short:BOOL=ON \
-DITK_WRAP_vector_double:BOOL=ON -DITK_WRAP_vector_float:BOOL=ON \
~/git/ITK
cmake --build . --target install
ctest |
Contributor
Author
|
This build did not produce any new warnings for |
dzenanz
approved these changes
Oct 31, 2020
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Building on code of @thewtex, this code is wrapping image casting to and from
itk::VectorImage< ... >from severalitk::Image< ... >types such as those based uponitk::Vector< ... >oritk::RGBPixel< ... >pixel types.PR Checklist
Submitting this as a draft pull request to trigger Github actions. It is not yet ready for review.